home *** CD-ROM | disk | FTP | other *** search
Oberon Text | 1994-09-20 | 668 b | 19 lines | [TEXT/.Ob4] |
- Syntax10.Scn.Fnt
- ParcElems
- Alloc
- LineElems
- Alloc
- Syntax10i.Scn.Fnt
- Browser.ShowDef ^
- Browser.ShowDef ~
- The Browser will automatically create a Definition Module
- from the symbol information contained in a compiled object file.
- Example:
- Browser.ShowDef MenuViewers
- Another possibility to create a Definition Module is to use the
- use module Def. Such Definition Modules also show comments, which
- where included with (** .... *). To use the Browser Def you need the source
- code file.
- Def.Show ^
- for example Def.Show Dialogs.Mod
-